git clone

美 [ɡɪt kloʊn]英 [ɡɪt kləʊn]
  • 网络克隆
git clonegit clone
  1. The screencast shows how to paste snippets then use the generated git clone URL to access the pasted code using command line git and then pushing a modified version back .

    录像中演示了如何粘帖代码片段,然后用git命令行通过Gist生成的git克隆URL访问粘帖的代码,最后把修改后的版本推送回去。

  2. Gist works the same way-except with a twist : the pasted text ends up in a git repository , which is accessible via a git clone URL-it can be checked out with a git client program .

    Gist与Pastie的原理是一样的,只不过它还有一样绝招:粘帖的文本会被放进一个git仓库,仓库可以通过一个git克隆URL访问,还可以用git客户端程序检出。